-
Notifications
You must be signed in to change notification settings - Fork 339
[lldb] Script determinism of TestSwiftActorUnprioritisedJobs #10435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: stable/20240723
Are you sure you want to change the base?
[lldb] Script determinism of TestSwiftActorUnprioritisedJobs #10435
Conversation
another attempt at #10417 |
@swift-ci test macOS |
@swift-ci test Linux platform |
@swift-ci test Windows platform |
12f1313
to
0335696
Compare
@swift-ci test |
Resuming work on this PR |
@swift-ci test linux |
@swift-ci test linux |
@swift-ci test linux |
@swift-ci test |
@swift-ci test linux |
@swift-ci test macOS |
@swift-ci test |
@swift-ci test linux |
@swift-ci test macOS |
So far, tests are passing consistently. |
@swift-ci test linux |
@swift-ci test |
@swift-ci test macOS |
@swift-ci test linux |
@swift-ci test linux |
@swift-ci test macOS |
@swift-ci test linux |
self.dbg.SetAsync(True) | ||
process.Continue() | ||
# Wait - allowing other threads to run. | ||
time.sleep(5) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We usually do something like this (copied from another test)
DEFAULT_TIMEOUT = 20 * (10 if ("ASAN_OPTIONS" in os.environ) else 1)
to guard against even slower as an bots.
@swift-ci test linux |
@swift-ci test macOS |
1 similar comment
@swift-ci test macOS |
@swift-ci test linux |
@swift-ci test macOS |
@swift-ci test linux |
@swift-ci test macOS |
@swift-ci test linux |
@swift-ci test macOS |
@swift-ci test linux |
@swift-ci test macOS |
@swift-ci test linux |
1 similar comment
@swift-ci test linux |
@swift-ci test macOS |
@swift-ci test linux |
@swift-ci test macOS |
@swift-ci test linux |
@swift-ci test |
Credit Adrian for the idea.
@swift-ci test |
@swift-ci test linux |
@swift-ci test |
@swift-ci test |
No description provided.